home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Standards Checker
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : John Foreman
- -- : Texas Instruments, Inc.
- -- : P.O. Box 801, MS 8007
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Texas Instruments, Inc
- -- DATE CREATED : 13 December 1984
- -- DATE RELEASED : 1 March 1985
- -- DATE LAST UPDATED :
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : PROGRAMMING TOOLS
- -- CATEGORY LEVEL 2 : STANDARDS
- -- CATEGORY LEVEL 3 : Standards Checker 1
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Ada Style
- -- INDEX : Style, Ada
- -- INDEX : Style Checker
- -- INDEX : Checker, Style
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_08_1
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.STYLE>CHECK*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.STYLE>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- CHECK.ABS 1712 38
- -- CHECK.CM2 567 20
- -- CHECK.CMM 1404 38
- -- CHECK.DOC 17475 884
- -- CHECK.PRO 3564 74
- -- CHECK.SRC 413277 10237
- -- CHECK.TST 117647 3036
- -- CHECKRD.ME 4080 171
- -- =============== ========== ==========
- -- 8 Files 559726 14498
- --= ABSTRACT ===============================================--
- -- The style checker will examine an Ada program and try to pick
- -- pieces of the program which follow incorrect style conventions. These
- -- conventions themselves will be determined by a file of parameters
- -- which can be editted to "tailor" the style to local (or contractual)
- -- conventions.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 03/01/85 1.0 John Foreman Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-